home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / BoxTex / Textures.h < prev   
Encoding:
Text File  |  1995-03-23  |  386 b   |  11 lines  |  [TEXT/MPCC]

  1. // routines to allow us to put texture maps on a parameterized group
  2. #ifndef _TEXTURES_H_
  3. #define _TEXTURES_H_
  4.  
  5. #include "PictRead.h"        // this is a library file from QD3D applications folder
  6.  
  7. TQ3Status AddTextureToGroup( TQ3GroupObject    theGroup, TQ3StoragePixmap *textureImage) ;
  8. void PictureFileToPixmap( TQ3StoragePixmap *bMap ) ;
  9. void TextureGroup( TQ3GroupObject    theGroup) ;
  10.  
  11. #endif